sorted table

英 [ˈsɔːtɪd ˈteɪbl] 美 [ˈsɔːrtɪd ˈteɪbl]

网络  排序表; 排序内表; 有序表; 分类表

计算机



双语例句

  1. The program then changes the column data ( usually by reading a sorted transaction file in the same order as the table data) and writes both the changed and unchanged rows to a sequential file.
    然后,该程序更改列数据(通常通过将相同顺序的已排序事务文件读作表数据),并将已变更和未变更的行写入一个顺序文件。
  2. There is also a process table view, which can actually show you a list of threads in a sorted table.
    其中还包括一个进程表视图,用于在经过排序的表格中显示线程列表。
  3. If the sorted data cannot fit entirely into the sort heap, which is a block of memory that is allocated each time a sort is performed, it overflows into a temporary table owned by the database.
    如果无法将排序的数据整个放入排序堆中(排序堆是每次执行排序时分配的一块内存),它就会溢出到该数据库所有的临时表中。
  4. If sorted information can return directly without requiring a temporary table to store a final, sorted list of data, it is a piped sort.
    如果排序信息可以直接返回,而无需临时表来存储最终排序的数据列表,它就是管道排序(pipedsort)。
  5. Notice that data from all fragments is sorted together to form table level statistics, which is encoded and stored in the system catalog sysdistrib.
    注意,来自所有片段的数据被一同存储,形成了表级别的统计数据,被编码并存储到系统目录sysdistrib中。
  6. If the sorted information requires a temporary table to be returned, it is a non-piped sort.
    如果排序信息的返回需要临时表,那它就是非管道排序(non-pipedsort)。
  7. The retrieved RIDs are sorted and used to read the Orders table in a skip scan.
    检索到的RID被分类并用于跳跃式地读取Orders表。
  8. These row IDs are sorted to remove duplicates ( if any) and optimize the subsequent I/ Os to the table.
    对这些行ID进行分类,以便删除相同项(如果有),并优化表的后续I/O。
  9. Want to know the details about the view you are using, such as if it is filtered or sorted, and what fields are in place? Right-click the table header, and then click Customize current view.
    要了解有关正在使用中的视图的详细信息,比如是否已经筛选或排序,以及哪些字段处于活动状态等,请用右键单击表格标题,然后单击“自定义当前视图”。
  10. Since sorted tables cannot be sorted in a descending order, the table type is checked to avoid an exception that cannot be handled.
    因为排序表不能降序排列,所以会进行表类型检查来避免不能处理的异常。
  11. Analysis on Weighing Node Sorted Table of PARAGON XP/ S Parallel Computer
    PARAGONXP/S并行计算机系统节点加权排序表的研制
  12. All of the above three methods improve their inquiry efficiency using sorted liner table with complex data structures and poor inquiry efficiency.
    这几种词典机制都是以排序的线性表来提高查询效率,数据结构比较复杂且查询速度较慢。